Clicks a control or the mouse at the pointer's current location.
Syntax
Click()
Supported objects
Browser, Button, Calendar, Cell, CheckBox, ColumnHeader, ComboBox, ContextMenu, Control, DateTimePicker, EditBox, Grid, HTMLElement, HTMLLink, HTMLTable, Image, Item, Label, Link, ListBox, ListView, Menu, NavigationField, PopupMenu, ProgressBar, RadioButton, Row, RowHeader, ScrollBar, Slider, SpinBox, SubItem, Tab, TabBar, ToolBar, Tree, Window
Example
'Clicks a button
Window("Feedback Acknowledgment").Button("buttonSend").Click()
'Clicks the mouse at the pointer's location after moving it
MouseMoveFromCurrentPosition(25, 15)
Click()